projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0888e6f
)
radiotoolbutton: Fix the annotation for get_group()
author
Emmanuele Bassi
<ebassi@linux.intel.com>
Thu, 27 Oct 2011 17:51:38 +0000
(18:51 +0100)
committer
Emmanuele Bassi
<ebassi@linux.intel.com>
Fri, 28 Oct 2011 16:10:46 +0000
(17:10 +0100)
Use the same annotation used by gtk_radio_button_get_group().
https://bugzilla.gnome.org/show_bug.cgi?id=662870
gtk/gtkradiotoolbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkradiotoolbutton.c
b/gtk/gtkradiotoolbutton.c
index 56f45e3dd832b783e6511e47c94305eb7aa7ec00..c1db17fc6cb62c57018305ebca74a31aa8f4f990 100644
(file)
--- a/
gtk/gtkradiotoolbutton.c
+++ b/
gtk/gtkradiotoolbutton.c
@@
-243,7
+243,7
@@
get_radio_button (GtkRadioToolButton *button)
*
* Returns the radio button group @button belongs to.
*
- * Return value: (transfer none): The group @button belongs to.
+ * Return value: (transfer none)
(element-type GtkRadioButton)
: The group @button belongs to.
*
* Since: 2.4
*/